lossy compression - перевод на немецкий
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

lossy compression - перевод на немецкий

DATA COMPRESSION APPROACH THAT RESULTS IN LOSS OR CHANGE OF SOME DATA
Lossy; Lossy encoding; Lossy data compression; Data compression/lossy; List of lossy compression methods; Irreversible compression

lossy compression         
Komprimierung mit Verlust, eine Komprimireung von Grafikdateien bei der ein Teil der Informationen verloren geht und die Qualität des Bildes sinkt
lossless compression         
DATA COMPRESSION APPROACH ALLOWING PERFECT RECONSTRUCTION OF THE ORIGINAL DATA
Data compression/lossless; Lossless; Lossless encoding; Lossless encoder; Lossless codec; Losslessly; Loseless; Magic compression algorithm; Maximum Compression Benchmark; Calgary Challenge; Lossless compression benchmarks; Lossless data compression; Lossless format; Reversible compression; General purpose lossless compression methods; Lossless 3D compression; 🆩; Generic Compression Benchmark; Lossless Video Compression; List of lossless compression methods; Benchmarks for lossless compression
Komprimierung ohne Verlust, eine Komprimierung von Grafikdateien bei der alle Information bestehen bleiben und die Qualität des Bildes nicht sinkt
image compression         
REDUCTION OF IMAGE SIZE TO SAVE STORAGE AND TRANSMISSION COSTS
Image Compression; Lossless image compression; Algorithms for image compression; Lossy image compression; Image file compression; Compressed image
Kompression von Bildnissen (Verkleinerung einer gespeicherten Datei mit bildlichen Darstellungen ohne die Qualität zu beeinflußen)

Определение

lossy
<algorithm> A term describing a data compression algorithm which actually reduces the amount of information in the data, rather than just the number of bits used to represent that information. The lost information is usually removed because it is subjectively less important to the quality of the data (usually an image or sound) or because it can be recovered reasonably by interpolation from the remaining data. MPEG and JPEG are examples of lossy compression techniques. Opposite: lossless. (1995-03-29)

Википедия

Lossy compression

In information technology, lossy compression or irreversible compression is the class of data compression methods that uses inexact approximations and partial data discarding to represent the content. These techniques are used to reduce data size for storing, handling, and transmitting content. The different versions of the photo of the cat on this page show how higher degrees of approximation create coarser images as more details are removed. This is opposed to lossless data compression (reversible data compression) which does not degrade the data. The amount of data reduction possible using lossy compression is much higher than using lossless techniques.

Well-designed lossy compression technology often reduces file sizes significantly before degradation is noticed by the end-user. Even when noticeable by the user, further data reduction may be desirable (e.g., for real-time communication or to reduce transmission times or storage needs). The most widely used lossy compression algorithm is the discrete cosine transform (DCT), first published by Nasir Ahmed, T. Natarajan and K. R. Rao in 1974.

Lossy compression is most commonly used to compress multimedia data (audio, video, and images), especially in applications such as streaming media and internet telephony. By contrast, lossless compression is typically required for text and data files, such as bank records and text articles. It can be advantageous to make a master lossless file which can then be used to produce additional copies from. This allows one to avoid basing new compressed copies off of a lossy source file, which would yield additional artifacts and further unnecessary information loss.